Welcome![Sign In][Sign Up]
Location:
Search - linux powerpc

Search list

[Other resourcelinux on powerpc

Description: 运行在powerpc上的嵌入式linux-running on the embedded Linux
Platform: | Size: 200966 | Author: 杨军 | Hits:

[OtherLinux设备驱动程序(第二版)

Description: 本书面向的读者是那些想在Linux操作系统下支持各种计算机外设,或者想开发新的硬件并在Linux下运行的人们。Linux是Unix市场中增长最快的部分,并且在许多应用领域获得了广泛的支持。现在,人们越来越清楚地认识到Linux是嵌入式系统的一个极佳平台,本书第二版已经成为该领域的经典之作。本书作者将以往那些口述式的经验和知识、或者隐晦的源代码注释上升为系统地讲述各种设备驱动程序编写方法的著作。Linux内核的2.4版在设备驱动程序方面发生了重大变化,它简化了许多工作,但同时提供了许多精细的新功能,可让驱动程序更加高效、灵活。本书第二版透彻地讲述了这些变化,并介绍了许多新的处理器和总线结构。 要阅读和欣赏本书,并不要求您是一名内核黑客,您所需要具备的只是对C语言和一些Unix系统调用的背景知识的了解。本书循序渐进地讲述了字符设备、块设备和网络接口的驱动程序,并且给出了功能完善的示例驱动程序。这些示例驱动程序说明了驱动程序设计中的许多问题以及解决方法,并且不需要任何特定的硬件就可以运行。本书第二版的重要修订包括:对对称多处理器(SMP)系统和锁机制的讨论、对新CPU以及新近支持的总线的讨论等等。如果您对操作系统完成其任务的方式感兴趣,那么本书还提供了对地址空间、异步事件和 I/O的深入讨论。可移植性是本书的一个主要关注点。尽管本书主要讲述2.4版本,但在可能的情况下,我们也讲述了2.4版本以前直到2.0版本的相关内容。本书还介绍了如何在各种硬件平台上实现最大程度的可移植性。示例驱动程序已经在IA32(PC)和IA64、PowerPC、SPARC和SPARC64、Alpha、ARM以及MIPS等平台上经过了测试。
Platform: | Size: 2880254 | Author: zzcje@163.com | Hits:

[ARM-PowerPC-ColdFire-MIPSppcboot-2.0.0

Description: powerpc启动源代码,可以启动嵌入式linux,苹果机器,vxworks!-powerpc boot source code, you can start the embedded linux, Apple machines, vxworks!
Platform: | Size: 3522560 | Author: 王兰 | Hits:

[Embeded Linuxlinux on powerpc

Description: 运行在powerpc上的嵌入式linux-running on the embedded Linux
Platform: | Size: 200704 | Author: 杨军 | Hits:

[ARM-PowerPC-ColdFire-MIPSDISK_PPC860

Description: PowerPC驱动硬盘程序-PowerPC-driven process drives
Platform: | Size: 4096 | Author: 戴芳 | Hits:

[Embeded Linuxbusybox1

Description: 这是嵌入式linux的busybox源代码,它主要是针对motorola公司的32位芯片powerpc上的,当然也可以移植到其他的芯片上-This is the source code of busybox under embedded linux, it is mainly designed for 32 bit processor PowerPC of Motorola Company, and it can be removed to other processors of cource.
Platform: | Size: 1466368 | Author: cguo | Hits:

[SNMPsnmp-ppc824x-lu.tar

Description: 移植在powerpc824x上的net-snmp,server端程序,支持版本v1, v2,v3-transplantation in the net-snmp, server software, supported versions v1, v2, v3
Platform: | Size: 36290560 | Author: 刘江 | Hits:

[Program docLinuxonthePowerPC

Description: Linux on the PowerPC.pdf
Platform: | Size: 200704 | Author: qinling | Hits:

[Embeded Linuxbuildroot-20070205

Description: 用于生成linux操作系统下的交叉编译工具链和嵌入式linux系统的根文件系统,支持x86、arm、powerpc等处理器。-Linux operating system used to generate the cross compiler tool chain and embedded Linux system-Wen pieces systems to support x86, arm, powerpc, and other processors.
Platform: | Size: 8083456 | Author: 张远文 | Hits:

[SNMPPowerPCLinuxNetSNMP

Description: 基于power pc 在linux环境下的net snmp开发,对于snmp开发来说有着指导意义-power pc based on the Linux environment under the net snmp development, For snmp development is of guiding significance
Platform: | Size: 338944 | Author: 礼华 | Hits:

[Software Engineeringgcc_user_guide_in_embed_linux

Description: 很多时候,你所使用的开发平台和你的开发所面向的机器并不一致。比如,你可能想在装有x86/Linux的膝上电脑上构建一个PowerPC/Linux的应用程序。使用GNU工具包中的gcc,gas和ld工具,可以指定并构建一个交叉编译器,使你能够在本地机器上创建面向其它目标机器的应用程序。稍微用些功夫,你甚至可以搭建出一个环境,从而能够针对各种不同的目标而构建应用程序。在本指南中,我描述了在系统上构建交叉编译器所需的过程。我还讨论了构建一个完全的面向一系列目标的环境,展示了如何与distcc和ccache工具结合使用,并且描述了保持最新版本以及在新开发平台上进行更新,所需的方法。 构建交叉编译器,需要对构建一个典型的UNIX开源项目有基本的了解,具有一些基本的shell技能,还要有相当的耐心。 -Very often, you have to use the development platform and you are for the development of the machine is not unanimous. For example, You may wish to x86/Linux installed on the laptops build a PowerPC/Linux Application procedures. GNU tool kit of gcc, gas and ld tools can specify and construct a cross-compiler, allows you to the local machine to create other goal-oriented machinery applications. With a little work, you can even set up a one environment, which can target different goals construction applications. In the Guide, I describe the system built cross compiler for the process. I also discussed the construction of a complete series of target-oriented environment, demonstrated how distcc and ccache tool combination, and describes the latest version, and maintain the new development pl
Platform: | Size: 15360 | Author: asb | Hits:

[OtherU-Boot_introduction

Description: 本文档描述了如何在嵌入式PowerPC, ARM 和MIPS 系统上配置、编译、使用U-Boot 和Linux 操作系统。-This document describes how in embedded PowerPC, ARM and MIPS system configuration, compiler, the use of U-Boot and Linux operating systems.
Platform: | Size: 144384 | Author: 王二 | Hits:

[Embeded LinuxST16c554

Description: 嵌入系统POWERPC+LINUX下ST16C554多串口驱动程序-Embedded systems POWERPC+ LINUX under ST16C554 Multiport Serial Driver
Platform: | Size: 7168 | Author: lzy | Hits:

[Linux-Unixramdisk

Description: PowerPC MPC5200B处理器的ramdisk,以及制作ramdisk的详细步骤,该ramdisk使用的是busybox做console。-PowerPC MPC5200B processor ramdisk, and the production of detailed steps ramdisk, the ramdisk using busybox make console.
Platform: | Size: 1591296 | Author: XueTao | Hits:

[Program docCrossCompilingGccforPowerPC

Description: Linux下创建Powerpc的交叉编译链-Linux to create the cross compiler chain Powerpc
Platform: | Size: 4096 | Author: ding | Hits:

[Linux-UnixPOWERPC-manul

Description: 基于LINUX平台,关于POWERPC的指令。-LINUX-based platform, on POWERPC directives.
Platform: | Size: 1122304 | Author: dou | Hits:

[OtherPowerPC

Description: 阐述了PowerPC处理器与Linux结合的优势,还讲述了PowePC405的内核结构以及Linux实时化的两种方法。-On PowerPC processors and combine the advantages of Linux, but also about the core structure and PowePC405 real-time Linux in two ways.
Platform: | Size: 21504 | Author: 吴康平 | Hits:

[Linux-Unixu-boot-1.3.1.tar

Description: uboot 源码,版本 1.3.1This directory contains the source code for U-Boot, a boot loader for Embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and run application code. The development of U-Boot is closely related to Linux: some parts of the source code originate in the Linux source tree, we have some header files in common, and special provision has been made to support booting of Linux images.-The development of U-Boot is closely related to Linux: some parts of the source code originate in the Linux source tree, we have some header files in common, and special provision has been made to support booting of Linux images.
Platform: | Size: 9003008 | Author: lb | Hits:

[Linux-UnixPowerPCPandPLinuxPKernelPInside

Description: 《PowerPC and Linux Kernel Inside》一书编著于 2002年并发布在 www.xtrj.org 网站上。起笔的原因是当时整个工业界,出版界和 Linux社区没有任何关于 Linux 在 PowerPC CPU实现方面的分析,笔者基于 Linux 2.4.2代码对Linux Bootloader和 Kernel在 IBM PPC405和 6xx/750等 CPU上的芯片相关实现部分 进行了阅读,分析和加注。在编著本书的同时,笔者也将相关的PowerPC的规约 部分综合整理于此,如 PowerPC的 EABI等等,目的是提供给PowerPC相关的 程序员一个尽可能完整的关于 PowerPC的视野。现整理发表于《弯曲评论》。 -a book compiled and published in 2002 in www.xtrj.org website. Started to write it because at that time the whole industry, the publishing industry and the Linux community does not have any Linux PowerPC CPU to achieve in terms of analysis, I code on Linux 2.4.2 Kernel for Linux Bootloader and such in the IBM PPC405 and 6xx/750 chip on the CPU were related to the implementation section to read, analyze, and filling. In preparing the book at the same time, I also related to the PowerPC will consolidate this part of the statute, such as the PowerPC EABI, and so the aim is to provide programmers a PowerPC-related as complete as possible view on the PowerPC. Order now published in " bending comment."
Platform: | Size: 364544 | Author: 李立 | Hits:

[Linux-Unixbase-on-PowerPC-embeded-Linux

Description: 本书详细地介绍了如何打造一个完整的嵌入式Linux 主要内容包括 Bootloader定制 Linux内核定制 LinuxRootfs定制 Linux守护进程定制 Linux设备驱动编程 Linux编程 实时 Linux 扩展等 同时本书结合PowerPC芯片 介绍了PowerPC芯片的基本结构 配置引导以及开发方法 本书的特点是注重实用 每篇内容都有具体的实例供参考 读者阅读了本书后 能够快速地在嵌入式PowerPC平台上运行起嵌入式Linux操作系统 开始系统的设计和研发本书可供PowerPC和嵌入式Linux研究 开发及应用技术人员参考 也可作为高等院校计算机专业及Linux领域的师生的教学参考书-This book describes in detail how to create a complete embedded Linux Bootloader major custom Linux kernel includes customized Linux daemon custom LinuxRootfs custom Linux device driver programming Linux programming real-time Linux Expansion and other PowerPC chips with the same time the book describes the basic structure of PowerPC chip configuration guide and the book is characterized by development methods focus on practical examples of each content has specific reader to read the book for reference after the fast in the embedded PowerPC platform running on embedded Linux operating system from the beginning the system design and development of the book available for PowerPC and Embedded Linux research and development and application of technical colleges for reference computer can be used as the field of professional and student teaching Linux reference book
Platform: | Size: 1961984 | Author: 李立 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net